home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
emula
/
arosdv19.lha
/
AROS
/
clib
/
include
/
stdlib.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-10-19
|
412b
|
19 lines
#ifndef _STDLIB_H
#define _STDLIB_H
/*
(C) 1995-96 AROS - The Amiga Replacement OS
$Id: stdlib.h,v 1.1 1996/10/19 16:56:30 aros Exp $
Desc: ANSI-C header file stdlib.h
Lang: english
*/
#ifndef _SYS_TYPES_H
# include <sys/types.h>
#endif
void qsort(void *array, size_t count, size_t elementsize,
int (*comparefunction)(const void * element1, const void * element2));
#endif /* _STDLIB_H */